Java Machine Test

From Aug 3, 2024 to Sep 15, 2024

Machine Test Program - 1

WAP to find greatest number in three unequal numbers

View Program & Output

Machine Test Program - 2

WAP to convert binary to decimal

View Program & Output

Machine Test Program - 3

WAP to check given number is prime or not

View Program & Output

Machine Test Program - 4

WAP to create an array of 10 numbers by user input. now search a number in array

View Program & Output

Machine Test Program - 5

WAP to find given number is palindrome or not

View Program & Output

Machine Test Program - 6

WAP to find volume of cuboid using user defined method

View Program & Output

Machine Test Program - 7

WAP with a `Rectangle` class. Include constructor and an `area()` method that returns the area of the rectangle. Create an instance of the class, take user input for length and breadth, and calculate the area using the method

View Program & Output

Machine Test Program - 8

WAP to handle `InputMismatchException` and `ArithmeticException` during the division of two numbers using exception handling

View Program & Output

Machine Test Program - 9

WAP to take a sentence as input. Now count number of words in sentence

View Program & Output

Machine Test Program - 10

WAP to print table of given number

View Program & Output